home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / disk & file tools / cmp / cmp.doc < prev    next >
Text File  |  1996-04-07  |  4KB  |  106 lines

  1.  
  2.                              CMP V1.4
  3.  
  4.   This program is Freeware. That means that you may copy it as long as you
  5.   do not change anything on the documentation and the code.
  6.   
  7.   This program needs at least OS 2.04 to run.
  8.   
  9.   CMP is a useful tool to compare 2 files and display the differents between
  10.   them. I often needed such a tool but I couldn`t find one. Thats why I wrote
  11.   this utility.
  12.  
  13.   How to use ?
  14.  
  15.   To start CMP type "CMP [file1] [file2]" in the Shell or simply doubleclick
  16.   its icon from workbench.
  17.   Click the "load 1" and "load 2" gadgets to load 2 files and compare them
  18.   by pressing the the "compare" gadget. After a short time the files are
  19.   compared and now you can watch the differents by clicking the scrollbar or
  20.   the "Next Ln" , "Prev Ln" , "Next Pg" , "Prev Pg" , "Next Dif" , "Prev Dif"
  21.   gadgets.
  22.  
  23.   NextLn   - Jump to the next line.
  24.   Prev Ln  - Jump to previous line.
  25.   Next Pg  - Jump to next page.
  26.   Prev Pg  - Jump to previous page.
  27.   Next Dif - Jump to next different.
  28.   Prev Dif - Jump to previous different.
  29.  
  30.   If there is a differnt between two bytes of the files the backround is
  31.   marked blue.
  32.  
  33.   To look for version-strings click the "Version" gadget. CMP will now
  34.   search for a string in the format "$VER: xxx ,0".
  35.   Please notice that if the "0" at the end of the string is not found the
  36.   string won`t be displayed. This often happens if you search in text or
  37.   AmigaGuide files.
  38.   
  39.   If you click the "Info" gadget some informations about the size of the
  40.   files, their names, the number of differents and free memory will be given.
  41.  
  42.   To quit CMP press the closegadget.
  43.  
  44.   If you want to, you can use the menu and the keyboard instead of clicking
  45.   the gadgets.
  46.  
  47.   Key functions are :
  48.  
  49.   1  .................................. load file 1
  50.   2 ................................... load file 2
  51.   c ................................... compare the files
  52.   i ................................... informations
  53.   v ................................... search for version-strings
  54.   a ................................... about
  55.   cursor down ......................... next line
  56.   cursor up ........................... previous line
  57.   cursor right ........................ next byte
  58.   cursor left ......................... previous byte
  59.   shift cursor down ................... next page
  60.   shift cursor up ..................... previous page
  61.   ctrl cursor down .................... bottom
  62.   ctrl cursor up ...................... top
  63.   n ................................... next different
  64.   p ................................... previous different
  65.   escape .............................. quit
  66.  
  67.   CMP makes use of the "reqtools.library" by Nico François. So make sure
  68.   you have installed it in your LIBS: Directory.
  69.   Simply doubleclick the "InstallRT"-Icon to install reqtools.library.
  70.  
  71.   Do not hesitate to contact me if you find bugs or if you have ideas for
  72.   improving CMP.
  73.  
  74.   Hope you`ll find this program useful.
  75.  
  76.   My adress:
  77.  
  78.   Andreas Wiencke
  79.   Hamburger Allee 98
  80.   19063 Schwerin
  81.   Germany
  82.  
  83.   Phone: 0385/215778
  84.  
  85.   Many thanx to Crazy Copper/DFT for his endless bugreports and suggestions.
  86.                                                    
  87.   History:
  88.   V1.0   * First official release.
  89.   V1.01  * CMP crashed when comparing very small files, bug removed.
  90.   V1.1   * CMP now sets topaz 8 font.
  91.   V1.2   * Info now showes the filenames, too.
  92.          * Changed the functions of some keys.
  93.          * Now its possible to jump to the next/previous byte.
  94.          * Looking for a version-string is now possible without comparing
  95.            the files. Its possible to look in one file only.
  96.          * Its easier to use the scrollbar now.
  97.          * CMP sometimes displayed wrong adresses, when the scrollbar was
  98.            used. Bug removed.
  99.   V1.3   * Files are now readed correctly even if the user does not select a
  100.            drawer in the filerequester.
  101.          * CMP looped endless when scrollbar was clicked once. Bug removed.
  102.          * Added a script to install reqtools.library.
  103.   V1.4   * CMP used to crash on some machines, fixed.
  104.          * Scrollbar now looks 3.0-alike.
  105.          * Menus now look 3.0-alike.  
  106.